The Source Code for the entire Oracle Coherence Incubator is hosted by github.com.
It is located here: https://github.com/coherence-community/coherence-incubator
Alternatively if you're not using or want to avoid setting up git can download a zip containing of the latest development branch from here:
https://github.com/coherence-community/coherence-incubator/archive/develop-13.zip
The branching model adopted for development and releases is as outlined by Vincent Driessen in A successful Git branching model
Active development is carried out in the branch: develop-13. Nightly builds, snapshots and continuous integration typically occur on this branch. Snapshot releases from this branch are made available on http://mvnrepository.com/ in the snapshot repository.
Official Releases are made from the head of the: develop-13 Each official release is tagged. Official releases are published to http://mvnrepository.com/
Source Code and Documentation is licensed under CDDL-1.0.
Read-Only Access is provided to the public.
Pull Requests are never accepted (unless they are from official contributors)