Currently there is no installation needed. You can download MozartSpaces from the Download site, put it in your CLASSPATH and start using it.
If you are using maven you can use our maven repository. Add the following repository to your project's pom.xml
<dependencies>
<dependency>
<groupId>org.xvsm.ms</groupId>
<artifactId>MozartSpaces</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>MozartSpaces_Repository</id>
<url>
http://www.mozartspaces.org/maven
</url>
</repository>
</repositories>