projects[feature_server][location] = http://community.featureservers.org/fserver
Repository URL: 
git://git.mig5.net/profiles/feature_server

Install profile and drush_make file that can built a FeatureServer just like this one.

Instructions

1) git clone git://git.mig5.net/drupal/builds
2) drush make builds/feature_server.build featureserver

The .build file is just a drush_make file that clones the profile and recursively executes the makefile contained therein, which then grabs all the dependencies and so on. You end up with a full Drupal distribution that can be used as a Feature Server.

See also my blog post